mouseUp
Type
message
Summary
Sent when the header bar is clicked
Syntax
mouseUp
Description
The mouseUp message is sent when the header bar is clicked.
Examples
on mouseUp
local tActionName
put the mouseAction of the target into tActionName
if tActionName is not empty then
answer merge("The [[tActionName]] action was clicked")
else
answer "Try clicking on an action"
end if
end mouseUp
Related
property: mouseAction